home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / gnats / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  2.2 KB  |  73 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'gnats-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (gnats:summ-pr gnats:query-pr gnats:edit-pr gnats:view-pr gnats:gnats-mode) "gnats" "gnats/gnats.el")
  5.  
  6. (defvar gnats::mode-name nil "\
  7. Name of the GNATS mode.")
  8.  
  9. (setq gnats::mode-name 'gnats:gnats-mode)
  10.  
  11. (fset 'gnats-mode gnats::mode-name)
  12.  
  13. (autoload 'gnats:gnats-mode "gnats" "\
  14. Major mode for editing problem reports.
  15. For information about the form see gnats(1) and pr_form(5).
  16.  
  17. When you are finished editing the buffer, type \\[gnats:submit-pr] to commit
  18. your changes to the PR database.  To abort the edit, type
  19. \\[gnats:unlock-buffer].
  20.  
  21. Special commands:
  22. \\{gnats-mode-map}
  23. Turning on gnats-mode calls the value of the variable gnats-mode-hook,
  24. if it is not nil." nil nil)
  25.  
  26. (fset 'view-pr 'gnats:view-pr)
  27.  
  28. (autoload 'gnats:view-pr "gnats" "\
  29. Visit the problem report named by the string ID.  While viewing, press
  30. 'e' to edit the currently viewed PR." t nil)
  31.  
  32. (fset 'edit-pr 'gnats:edit-pr)
  33.  
  34. (autoload 'gnats:edit-pr "gnats" "\
  35. Edit the problem report named by the string ID." t nil)
  36.  
  37. (fset 'query-pr 'gnats:query-pr)
  38.  
  39. (autoload 'gnats:query-pr "gnats" "\
  40. Run query-pr, with user-specified args, and collect output in a buffer.
  41. While query-pr runs asynchronously, you can use the \\[next-error] command
  42. to find the text that the hits refer to." t nil)
  43.  
  44. (fset 'summ-pr 'gnats:summ-pr)
  45.  
  46. (autoload 'gnats:summ-pr "gnats" "\
  47. Run query-pr, with user-specified args, and display a pretty summary.
  48. Well, display a summary, at least." t nil)
  49.  
  50. ;;;***
  51.  
  52. ;;;### (autoloads (send-pr:send-pr-mode send-pr:send-pr) "send-pr" "gnats/send-pr.el")
  53.  
  54. (fset 'send-pr 'send-pr:send-pr)
  55.  
  56. (autoload 'send-pr:send-pr "send-pr" "\
  57. Create a buffer and read in the result of `send-pr -P'.
  58. When finished with editing the problem report use \\[send-pr:submit-pr]
  59. to send the PR with `send-pr -b -f -'." t nil)
  60.  
  61. (fset 'send-pr-mode 'send-pr:send-pr-mode)
  62.  
  63. (autoload 'send-pr:send-pr-mode "send-pr" "\
  64. Major mode for submitting problem reports.
  65. For information about the form see gnats(1) and send-pr(1).
  66. Special commands: \\{send-pr-mode-map}
  67. Turning on send-pr-mode calls the value of the variable send-pr-mode-hook,
  68. if it is not nil." t nil)
  69.  
  70. ;;;***
  71.  
  72. (provide 'gnats-autoloads)
  73.